GET
/
server_info
Server Info
curl --request GET \
  --url https://trace.wandb.ai/server_info \
  --header 'Authorization: Basic <encoded-value>'
{
  "min_required_weave_python_version": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Successful Response

min_required_weave_python_version
string
required